home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSound("click")
- updateStage()
- end
-
- on mouseUp
- global gorderlist, currentname, currentquant, position
- if not (position = 0) then
- set tempname to getPropAt(gorderlist, position)
- set bbstest to chars(tempname, 1, 3)
- if bbstest = "BBS" then
- nothing()
- else
- set currentquant to currentquant + 1
- setaProp(gorderlist, currentname, currentquant)
- end if
- formatlist()
- calcsub()
- end if
- end
-